ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / YFunctionSeries<T> Class / Max Property

In This Topic
    Max Property (YFunctionSeries<T>)
    In This Topic
    Gets or sets the max value for the function calculation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    Public Property Max As Nullable(Of Double)
    [DefaultValue(1)]
    public Nullable<double> Max {get; set;}
    See Also